home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Graphics / PICT stack v.02 / card_5309.txt < prev    next >
Encoding:
Text File  |  1988-05-18  |  1.2 KB  |  68 lines

  1. -- card: 5309 from stack: in.02
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 2654
  5. -- name: 
  6. ----- HyperTalk script -----
  7. make card id 5309 first card in stack
  8.  
  9.  
  10. -- part 2 (button)
  11. -- low flags: 00
  12. -- high flags: 0000
  13. -- rect: left=21 top=125 right=161 bottom=61
  14. -- title width / last selected line: 0
  15. -- icon id / first selected line: 7012 / 7012
  16. -- text alignment: 1
  17. -- font id: 0
  18. -- text size: 12
  19. -- style flags: 0
  20. -- line height: 16
  21. -- part name: 
  22. ----- HyperTalk script -----
  23. on mouseUp
  24.   go to card id 5309
  25.   wait 1
  26.   go to card id 3240
  27.   wait 1
  28.   go to card ID 4279
  29.   wait 1
  30.   go to card id 2956
  31.   wait 1
  32.   go to card id 3858
  33.   wait 1
  34.   go to card id 5050
  35.   wait 1
  36.   go to card id 5588
  37.   wait 1
  38.   go to card id 6325
  39.   wait 1
  40.   go to card id 7101
  41.   wait 1
  42.   go to card id 7513
  43.   wait 1
  44.   go to card id 7875
  45.  
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=47 top=301 right=342 bottom=99
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: New Button
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   go to card id 3042 of stack "Hyper PhotoFile"
  65. end mouseUp
  66.  
  67.  
  68.